
body {
  font-family:Georgia, 'Times New Roman', Times, serif;
  background-color: #000000; 
  color: #f852ea; 
}


.hero-section {
  background: url('tu-imagen-de-fondo.jpg') no-repeat center center/cover;
  height: 100vh;
  color: #ee5aa4; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

h1, h2, p {
  color: #d9329e; 
}


.profile-photo {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ff69b4; 
  margin-bottom: 20px;
}


.portfolio-section {
  padding: 60px 0;
}

.portfolio-item {
  margin-bottom: 30px;
}


.navbar-dark .navbar-nav .nav-link {
  color: #ff69b4; 
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #d9329e; 
}


.btn {
  background-color: #ff69b4;
  border: none;
  color: black;
}

.btn-pink:hover {
  background-color: #ff2f92; 
}


.bg-dark {
  background-color: #000 !important;
}

.text-light {
  color: #d9329e !important; 
}

.scroll-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}

.scroll-button {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #d9329e;
  color: #000;
  text-decoration: none;
  border-radius: 50%;
  margin-bottom: 10px;
  font-size: 24px;
  transition: background-color 0.3s;
}
